home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / iqdgzn31.exe / iqdgzn31.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1997-01-13  |  398 b   |  15 lines

  1. on movieStart movie
  2.   global end
  3.   set the movieRate of sprite 5 to 0
  4.   if the directToStage of member movie = 0 then
  5.     set the directToStage of member movie to 1
  6.   end if
  7.   if the sound of member movie <> 1 then
  8.     set the sound of member movie to 1
  9.   end if
  10.   set end to the duration of member movie
  11.   if the movieRate of sprite 5 <> 1 then
  12.     set the movieRate of sprite 5 to 1
  13.   end if
  14. end
  15.